home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / utility / ffg155.zip / DEMO_BAT.ZIP / ARCHPROG.BAT < prev    next >
DOS Batch File  |  1993-10-12  |  438b  |  15 lines

  1. @echo off
  2. cls
  3. echo Here is a listing of Archiving programs:
  4. echo Press any key to begin searching...
  5. pause >nul
  6. echo on
  7. ffg /p *:*[zip,arj,arc,lha,pak,zoo]*.[exe,com] /x*[search,zoom,zipkey]*
  8. @echo off
  9. REM
  10. REM Above is equivalent to:
  11. REM ffg /p *:*zip*.exe,*arj*.exe,*arj*.com,*arc*.exe,*arc*.com,*lha*.exe,*pak*.exe,*pak*.com,*zoo*.exe,*zoo*.com /x*search*
  12. REM
  13. echo Done.  Press any key for next demonstration...
  14. pause>nul
  15.